home *** CD-ROM | disk | FTP | other *** search
- ;-------------------------------------------------------------------------------
- ;
- ; Murphy default color scheme
- ;
- ;-------------------------------------------------------------------------------
-
- ;-------------------------------------------------------------------------------
- ;
- ; Tear Drop interface
- ;
- ;-------------------------------------------------------------------------------
-
- ;------------------------------------------------------------------------------
- ;
- ; required script items
- ;
- ;------------------------------------------------------------------------------
-
- [Script]
- Name = "sample configuration script"
- xCommID = 10
- Locked = 0
-
- ;------------------------------------------------------------------------------
- ;
- ; required tsi items
- ;
- ;------------------------------------------------------------------------------
-
- [AddListItem_Template]
- Name = %s
- State = 1
- Type = additem
- Value = "New Item"
-
- ;------------------------------------------------------------------------------
- ;
- ; interface start here
- ;
- ;------------------------------------------------------------------------------
-
- [Bitmap]
- Name = "Has Bitmap"
- Type = check
- State = %Dialog:HasBitmap
- Parent = null
- Value = 1
-
- [BitmapName]
- Name = "Bitmap file [%s]"
- Type = edit
- State = 0
- Parent = Bitmap
- Value = %Dialog:Bitmap
-
- [CaptionColor]
- Name = "Caption Color [%s]"
- Parent = null
- State = 1
- Type = custom
- Value = %Dialog:CaptionColor
- Dll = tdcolor.dll
- Function = tsi_run_tdcolor
-
- [CaptionTextColor]
- Name = "Caption Text Color [%s]"
- Parent = null
- State = 1
- Type = custom
- Value = %Dialog:CaptionTextColor
- Dll = tdcolor.dll
- Function = tsi_run_tdcolor
-
- [DlgColor]
- Name = "Dialog Color [%s]"
- Parent = null
- State = 1
- Type = custom
- Value = %Dialog:DlgColor
- Dll = tdcolor.dll
- Function = tsi_run_tdcolor
-
- [DlgTextColor]
- Name = "Dialog Text Color [%s]"
- Parent = null
- State = 1
- Type = custom
- Value = %Dialog:DlgTextColor
- Dll = tdcolor.dll
- Function = tsi_run_tdcolor
-
- [DlgBorderColor]
- Name = "Dialog Border Color [%s]"
- Parent = null
- State = 1
- Type = custom
- Value = %Dialog:DlgBorderColor
- Dll = tdcolor.dll
- Function = tsi_run_tdcolor
-
- [EditColor]
- Name = "Edit Color [%s]"
- Parent = null
- State = 1
- Type = custom
- Value = %Dialog:EditColor
- Dll = tdcolor.dll
- Function = tsi_run_tdcolor
-
- [Button]
- Name = "Button"
- State = 1
- Parent = null
- Type = label
- Value = 0
-
-
- [ButtonColor]
- Name = "Button Color [%s]"
- Parent = Button
- State = 1
- Type = custom
- Value = %Dialog:ButtonColor
- Dll = tdcolor.dll
- Function = tsi_run_tdcolor
-
- [ButtonOverColor]
- Name = "Button Over Color [%s]"
- Parent = Button
- State = 1
- Type = custom
- Value = %Dialog:ButtonOverColor
- Dll = tdcolor.dll
- Function = tsi_run_tdcolor
-
- [ButtonPushColor]
- Name = "Button Push Color [%s]"
- Parent = Button
- State = 1
- Type = custom
- Value = %Dialog:ButtonPushColor
- Dll = tdcolor.dll
- Function = tsi_run_tdcolor
-
- ;------------------------------------------------------------------------------
- ;
- ; user data
- ; user must read data from sections below this and not from interface items
- ;
- ;------------------------------------------------------------------------------
-
- [Dialog]
- HasBitmap = 1
- Bitmap = mdefback.bmp
- CaptionColor = 00192BDC
- CaptionTextColor = 00FFFFFF
- DlgColor = 00FFFFFF
- DlgTextColor = 00000000
- DlgBorderColor = 00000000
- ButtonColor = 00000000
- ButtonOverColor = 00192BDC
- ButtonPushColor = 00000000
- EditColor = 00FFFFFF
-
- MConMainBmp = mconmain.bmp
- MAlertBmp = malertback.bmp
- MAbout = mabout.bmp
- BDLiteBMP = bdliteback.bmp